home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / AceHTML 4.0 / AceHTML4Pro.exe / %MAINDIR% / ScriptDef / Must Visit Sponsor.sd < prev    next >
Encoding:
INI File  |  2000-08-31  |  640 b   |  38 lines

  1. [SUBJECT]
  2. Description=Requires the visitor to click your link before being able to enter your site
  3. ImageIndex=-1
  4. Folder=Quick JavaScript
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<SCRIPT LANGUAGE="JavaScript">
  9. ;<!-- Begin
  10. ;function adClick(ad, site) {
  11. ;window.open(ad);
  12. ;window.location = site;
  13. ;}
  14. ;//  End -->
  15. ;</script>
  16. ;
  17.  
  18. [BODY_TEXT]
  19. ;<a href="javascript:adClick('`SPONSOR_URL`', '`YOUR_URL`');">`Caption`</a>
  20. ;
  21.  
  22.  
  23. [`SPONSOR_URL`]
  24. Kind=U
  25. Value=http://www.sponsor.com/page.html
  26.  
  27.  
  28. [`YOUR_URL`]
  29. Kind=U
  30. Value=http://www.your-web-site-address-here.com/
  31.  
  32.  
  33. [`Caption`]
  34. Kind=S
  35. Value=Click here to visit our sponsor and go to our site
  36.  
  37.  
  38.